Uses of Class
negotiator.issue.Issue

Packages that use Issue
agents.anac.y2010.AgentSmith   
agents.anac.y2011.Gahboninho   
agents.anac.y2011.ValueModelAgent   
agents.bayesianopponentmodel   
negotiator   
negotiator.boaframework   
negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent   
negotiator.boaframework.opponentmodel   
negotiator.boaframework.sharedagentstate.anac2011.gahboninho   
negotiator.issue   
 

Uses of Issue in agents.anac.y2010.AgentSmith
 

Methods in agents.anac.y2010.AgentSmith that return types with arguments of type Issue
 java.util.ArrayList<Issue> PreferenceProfileManager.getIssues()
           
 java.util.HashMap<Issue,java.lang.Double> OpponentModel.getWeights()
          Returns a hashmap with the weights for each of the issues
 

Methods in agents.anac.y2010.AgentSmith with parameters of type Issue
static Value IssueModel.getBidValueByIssue(Bid pBid, Issue pIssue)
          returns the value of an issue in a bid
static Value Bounds.getIssueValue(Issue pIssue, double pIndex)
          returns a Value object with the value of an issue at the given index works for real, discrete and integer objects
static double Bounds.getScaledIssueValue(Bounds pBounds, Bid pBid, Issue pIssue)
          returns the scaled value of the (discrete, real or integer) issue.
 

Method parameters in agents.anac.y2010.AgentSmith with type arguments of type Issue
static java.util.HashMap<java.lang.Integer,Bounds> Bounds.getIssueBounds(java.util.ArrayList<Issue> pIssues)
          Creates a hashmap with for each of the issues the bounds
 

Constructors in agents.anac.y2010.AgentSmith with parameters of type Issue
Bounds(Issue pIssue)
          Constructor.
IssueModel(Issue lIssue)
          Constructor
 

Uses of Issue in agents.anac.y2011.Gahboninho
 

Fields in agents.anac.y2011.Gahboninho declared as Issue
 Issue OpponnentModel.IssuePrediction.IssueBase
           
 

Methods in agents.anac.y2011.Gahboninho with parameters of type Issue
 void OpponnentModel.IssuePrediction.INIT(Issue I)
           
 void GahbonValueType.INIT(Issue I)
           
 

Uses of Issue in agents.anac.y2011.ValueModelAgent
 

Methods in agents.anac.y2011.ValueModelAgent with parameters of type Issue
 void IssuesDecreases.initilize(Issue issue, Value maximalValue, int issueCount)
           
 

Uses of Issue in agents.bayesianopponentmodel
 

Methods in agents.bayesianopponentmodel with parameters of type Issue
 double PerfectBayesianOpponentModelScalable.getNormalizedWeight(Issue i, int startingNumber)
           
 double BayesianOpponentModelScalable.getNormalizedWeight(Issue i, int startingNumber)
           
 double BayesianOpponentModel.getNormalizedWeight(Issue i, int startingNumber)
           
 

Uses of Issue in negotiator
 

Methods in negotiator that return types with arguments of type Issue
 java.util.ArrayList<Issue> Domain.getIssues()
          Returns all issues as an arraylist.
 

Uses of Issue in negotiator.boaframework
 

Methods in negotiator.boaframework that return types with arguments of type Issue
 java.util.ArrayList<Issue> NegotiationSession.getIssues()
           
 

Methods in negotiator.boaframework with parameters of type Issue
 double OpponentModel.getWeight(Issue issue)
          Returns the weight of a particular issue in the domain.
 

Uses of Issue in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent
 

Methods in negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent with parameters of type Issue
 void IssuesDecreases.initilize(Issue issue, Value maximalValue, int issueCount)
           
 

Uses of Issue in negotiator.boaframework.opponentmodel
 

Methods in negotiator.boaframework.opponentmodel with parameters of type Issue
 double PerfectIAMhagglerBayesianModel.getWeight(Issue issue)
           
 double CUHKFrequencyModelV2.getWeight(Issue issue)
          This model does not rely on issue weights.
 double BayesianModel.getWeight(Issue issue)
           
 double OppositeModel.getWeight(Issue issue)
           
 double FSEGABayesianModel.getWeight(Issue issue)
           
 double AgentXFrequencyModel.getWeight(Issue issue)
           
 double NashFrequencyModel.getWeight(Issue issue)
           
 double AgentLGModel.getWeight(Issue issue)
           
 double ScalableBayesianModel.getWeight(Issue issue)
           
 double SmithFrequencyModelV2.getWeight(Issue issue)
           
 double SmithFrequencyModel.getWeight(Issue issue)
           
 double IAMhagglerBayesianModel.getWeight(Issue issue)
           
 double PerfectScalableBayesianModel.getWeight(Issue issue)
           
 

Uses of Issue in negotiator.boaframework.sharedagentstate.anac2011.gahboninho
 

Fields in negotiator.boaframework.sharedagentstate.anac2011.gahboninho declared as Issue
 Issue GahboninhoOM.IssuePrediction.IssueBase
           
 

Methods in negotiator.boaframework.sharedagentstate.anac2011.gahboninho with parameters of type Issue
 void GahbonValueType.INIT(Issue I)
           
 void GahboninhoOM.IssuePrediction.INIT(Issue I)
           
 

Uses of Issue in negotiator.issue
 

Subclasses of Issue in negotiator.issue
 class IssueDiscrete
          Specific type of issue in which the value of the issue are a set of objects.
 class IssueInteger
          Specific type of issue which specifies an integer range [min, max].
 class IssueReal